home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / timer_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  619b  |  23 lines

  1. #ifndef  CLIB_TIMER_PROTOS_H
  2. #define  CLIB_TIMER_PROTOS_H
  3.  
  4. /*
  5. **    $VER: timer_protos.h 1.6 (25.1.91)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  DEVICES_TIMER_H
  15. #include <devices/timer.h>
  16. #endif
  17. void AddTime( struct timeval *dest, struct timeval *src );
  18. void SubTime( struct timeval *dest, struct timeval *src );
  19. LONG CmpTime( struct timeval *dest, struct timeval *src );
  20. ULONG ReadEClock( struct EClockVal *dest );
  21. void GetSysTime( struct timeval *dest );
  22. #endif     /* CLIB_TIMER_PROTOS_H */
  23.